home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / DU Folder / DataCmd / Sources / Include / Constant.h next >
Encoding:
Text File  |  1995-10-14  |  602 b   |  23 lines  |  [TEXT/MPS ]

  1. //    Copyright © 1995 Apple Computer, Inc. All rights reserved.
  2. //    Release Version:    $ 1.0 d8 $
  3.  
  4. #ifndef CONSTANT_H
  5. #define CONSTANT_H
  6.  
  7. //=====================================================================
  8. // ----- OS Includes -----
  9. #ifndef FWMNUITM_H
  10. #include "FWMnuItm.h"        // FW_kFirstUserCommandID
  11. #endif
  12.  
  13. // ----- OpenDoc Includes -----
  14. #ifndef _ODTYPES_
  15. #include <ODTypes.h>
  16. #endif
  17.  
  18. //=====================================================================
  19. const ODCommandID cMakePizzaCommand        = FW_kFirstUserCommandID;
  20.  
  21.  
  22. //=====================================================================
  23. #endif